[XEND] Updates to SR and VDI implementations
authorAlastair Tse <atse@xensource.com>
Fri, 13 Oct 2006 14:13:21 +0000 (15:13 +0100)
committerAlastair Tse <atse@xensource.com>
Fri, 13 Oct 2006 14:13:21 +0000 (15:13 +0100)
commit76b24ff4e2109f39534f421cb151929cc09718cf
tree7198344b818bd10485d7a94b49434c868932fb6c
parent25563684509394ce813e74634850b2392e2b9cc1
[XEND] Updates to SR and VDI implementations

* Moved xenapi transport util method, stringify to xen.util.xmlrpclib2
* XenVDI now preserves configuration to an XML-ish file
* Update Xen API's class names to be all lowercase
* Update get_by_label to get_by_name_label and return sets as the API
  expects.
* Add support for VBD creation with a VDI reference.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/scripts/xapi.py
tools/python/scripts/xapi.vdicfg.py [new file with mode: 0644]
tools/python/xen/util/xmlrpclib2.py
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/XendStorageRepository.py
tools/python/xen/xend/XendVDI.py